"\\serverFQDN\share\folder\"
120

False

-------------------------------------------------------------------------------
# Top Four !! lines of this file will be read.

-------------------------------------------------------------------------------
# Line 1 is the preconfigured storage path. 
 You can use a hard coded path (eeg "c:\temp\usmttest\") or a Network UNC path eeg "\\server\share\folder\") 
 or use a combination of "%~d0" / "%~dp0" / %Systemdrive% and path.
 %~d0 will substitute with the drive from vhere USMTGUI is run.
 %~dp0 will substitute with the drive AND path from vhere USMTGUI is run.
 %Systemdrive%\ will substitute with the drive where windows is installed

 Example where USMTGUI runs from h:\Ehlertech\
  "%~d0\USMTtest\" will store in the folder "h:\USMTtest\%Computername-Date%"
  "%~dp0\USMTtest\" will store in the folder "h:\Ehlertech\USMTtest\%Computername-Date%"

  Do NOT add Computername or %Computername% as the GUI does it for you.
  - IF the storage path does not exist the Auto function exits.
  - IF the storage path including %Computername-Date%\USMT\ folder does exist, 
    the GUI sets up for restore
-------------------------------------------------------------------------------

# Line 2 is the 'Number of days since last login' 
  - If set to blank all users will be included
  - If set to "0" only currently logged in user(s) will be backed up.
  - If set to 1-999 all users logged in within the timeframe will be backed up
-------------------------------------------------------------------------------

# Line 3 is Encryption password 
Set to blank or set to any passcode without blanks
-------------------------------------------------------------------------------

# Line 4 - "AUTORUN" - is commanding USMTGUI (True/False) to autostart backup
  - To start backup without asking any further set to "True"

-------------------------------------------------------------------------------
